Interface IRedbGrouping<TKey, TProps>

Assembly: redb.Core.dll

Represents group of objects with common key.
Used in SelectAsync to access Key and aggregations via Agg.*

public interface IRedbGrouping<out TKey, TProps> where TProps : class, new()

Properties

Key

Group key (value by which grouped).

TKey Key { get; }